Skip to main content

Playable Event

Description:

  This is just a demonstration record showing signal slot events that are emiting by the Playable animation systems.

AnimationEnd

Type: Node Event.

Description:

  Triggers after an animation has ended on a Playable instance.

Signature:

["AnimationEnd"]: function(animationName: string, target: Playable)

Parameters:

ParameterTypeDescription
animationNamestringThe name of the animation that ended.
targetPlayableThe Playable instance that the animation was played on.